const go/token.VAR
17 uses
go/token (current package)
token.go#L125: VAR
token.go#L231: VAR: "var",
go/doc
doc.go#L136: Vars: sortedValues(r.values, token.VAR),
reader.go#L603: case token.CONST, token.VAR:
reader.go#L872: Vars: sortedValues(t.values, token.VAR),
go/parser
parser.go#L444: token.VAR: true,
parser.go#L451: token.VAR: true,
parser.go#L2112: if p.tok == token.VAR {
parser.go#L2451: case token.CONST, token.TYPE, token.VAR:
parser.go#L2569: case token.VAR:
parser.go#L2854: case token.CONST, token.VAR:
resolver.go#L452: case token.CONST, token.VAR:
resolver.go#L456: if n.Tok == token.VAR {
go/printer
nodes.go#L1746: if n > 1 && (d.Tok == token.CONST || d.Tok == token.VAR) {
go/types
decl.go#L389: case token.VAR:
labels.go#L126: if d, _ := s.Decl.(*ast.GenDecl); d != nil && d.Tok == token.VAR {
go.pact.im/x/plumb/internal/discover
discover.go#L387: case token.VAR: